-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "cruftengine",
"version": "0.0.0",
"description": "[Tracuer Features](https://github.com/google/traceur-compiler/wiki/LanguageFeatures)",
"main": "gulpfile.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mjneil/CruftEngine"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mjneil/CruftEngine/issues"
},
"devDependencies": {
"vinyl-source-stream": "~1.1.0",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
"gulp-traceur": "~0.17.2",
"browserify": "~13.0.0",
"gulp-live-server": "0.0.29",
"express": "~4.13.4",
"run-sequence": "~1.1.5"
},
"scripts" : {
"test" : "gulp"
}
}