-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "regular-state",
"version": "0.6.1",
"description": "an SPA(single page application) foundation for regularjs that powerd by stateman",
"keywords": [
"stateman",
"regularjs",
"state",
"spa"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git@github.com:regularjs/regular-state"
},
"author": {
"name": "leeluolee",
"email": "oe.zheng@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/regularjs/regular-state/issues"
},
"homepage": "https://github.com/regularjs/regular-state",
"dependencies": {
"stateman": "^0.3.0-beta.2"
},
"devDependencies": {
"browserify-istanbul": "^0.2.1",
"es6-promise": "^3.1.2",
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-gh-pages": "^0.4.0",
"gulp-jshint": "~1.5.3",
"gulp-mocha": "^2.2.0",
"gulp-shell": "^0.2.4",
"gulp-util": "~2.2.14",
"gulp-webpack": "^0.3.0",
"karma": "^0.12.31",
"karma-browserify": "^4.4.2",
"karma-commonjs": "0.0.13",
"karma-commonjs-alias": "^0.2.2",
"karma-coverage": "~0.2.4",
"karma-mocha": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"mocha": "~1.18.2",
"promise-polyfill": "^6.0.2",
"regularjs": "^0.6.0-beta.8",
"through2": "~0.4.1",
"webpack": "^1.13.1"
}
}