-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 839 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
{
"name": "starter-node-angular",
"version": "0.0.0",
"description": "HTML preprocessor for Once CSS framework",
"dependencies": {
"express": "~3.5.0",
"mongoose": "~3.8.3"
},
"devDependencies": {
"gulp": "^3.5.6",
"gulp-clean": "^0.2.4",
"gulp-jshint": "^1.5.1",
"glob": "^3.2.9",
"promise": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rapitkan/once-preprocessor.git"
},
"keywords": [
"once",
"css",
"framework",
"atomic",
"oocss",
"html",
"preprocessor"
],
"bugs": {
"url": "https://github.com/rapitkan/once-preprocessor/issues"
},
"scripts": {
"test": "",
"start": "gulp"
},
"engines": {
"node": ">=0.8.0"
},
"main": "gulpfile.js",
"directories": {
"exampleProject": "exampleProject"
}
}