-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
57 lines (57 loc) · 1.25 KB
/
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
48
49
50
51
52
53
54
55
56
57
{
"name": "spa.js",
"title": "SPA",
"version": "2.0.6",
"description": "A webapp framework for routing control and view transitions",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "https://github.com/zhaoda/spa.git"
},
"keywords": [
"spa",
"webapp",
"javascript",
"framework"
],
"author": [
{
"name": "zhaoda",
"email": "[email protected]",
"url": "http://zhaoda.net"
},
{
"name": "linchao",
"email": "[email protected]",
"url": "http://linchao.info"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zhaoda/spa/issues"
},
"homepage": "https://github.com/zhaoda/spa",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-text-replace": "^0.4.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.8",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0"
},
"scripts": {
"test": "grunt",
"build": "gulp"
}
}