-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 949 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": "spais",
"version": "0.0.1",
"description": "Simple Page Application Intergrated Solution",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/busyfruit/spais.git"
},
"keywords": [
"spa",
"gulp",
"webpack",
"webapp"
],
"author": "busyfruit",
"license": "MIT",
"bugs": {
"url": "https://github.com/busyfruit/spais/issues"
},
"devDependencies": {
"chalk": "^1.0.0",
"del": "^1.2.0",
"gulp": "~3.9.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.6",
"lodash": "^3.9.3",
"node-libs-browser": "~0.5.2",
"require-dir": "~0.3.0",
"spable-server": "0.0.2",
"through2": "^2.0.0",
"webpack": "~1.9.10"
},
"dependencies": {
"backbone": "^1.2.1",
"jquery": "^2.1.4"
}
}