-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 Bytes
/
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
{
"name": "ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require should",
"cov": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/mocha -- --delay"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaren-gu/ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaren-gu/ui/issues"
},
"homepage": "https://github.com/jaren-gu/ui#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.3",
"mocha": "^3.1.2",
"should": "^11.1.1"
}
}