-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
55 lines (55 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "nexusui",
"version": "2.1.6",
"description": "NexusUI: Web Audio Interfaces",
"main": "dist/NexusUI.js",
"scripts": {
"serve": "npm run docserve",
"build": "bash script/build",
"start": "script/watch",
"docgen": "node_modules/.bin/documentation build lib/** -f json -o api/api.json",
"docserve": "script/docserve-nix",
"test": "jest",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/nexus-js/ui"
},
"keywords": [],
"author": "Benjamin Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/nexus-js/ui/issues"
},
"homepage": "https://nexus-js.github.io/ui",
"devDependencies": {
"babel-core": "^4.7.16",
"babel-jest": "^4.0.0",
"babel-loader": "^4.0.0",
"babelify": "^5.0.3",
"color-ops": "^2.0.0",
"documentation": "^5.3.5",
"es6ify": "^1.6.0",
"fuse": "^0.4.0",
"jest": "^0.1.37",
"jshint": "^2.6.3",
"jshint-loader": "^0.8.3",
"standard-version": "^8.0.1",
"uglify-js": "^2.4.16",
"waaclock": "^0.5.3",
"webpack": "^1.5.3"
},
"jest": {
"scriptPreprocessor": "./node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
}
}