forked from niant/once
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 930 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
39
40
41
42
43
44
45
46
47
{
"name": "Once",
"version": "0.0.0",
"description": "Once CSS framework",
"main": "gulpfile.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "gulp build",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/niant/once.git"
},
"keywords": [
"once",
"css",
"framework",
"atomic",
"oocss"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/niant/once/issues"
},
"devDependencies": {
"gulp": "^3.8.x",
"gulp-autoprefixer": "^0.0.8",
"gulp-concat": "^2.3.x",
"gulp-jshint": "^1.8.x",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "~1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-styledocco": "0.0.1",
"gulp-uglify": "^0.3.1",
"rimraf": "^2.2.8",
"styledocco": "~0.6.6"
},
"engines": {
"node": ">=0.8.0"
}
}