-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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": "statr",
"version": "0.2.0",
"description": "A state engine, rebuilding the state concept laid down by Angular-ui router",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/derLukers/statr.git"
},
"keywords": [
"State Engine",
"State",
"Stateful"
],
"author": "Lukas Peleska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/derLukers/statr/issues"
},
"homepage": "https://github.com/derLukers/statr",
"devDependencies": {
"bower": "^1.3.12",
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"coffeelint": "^1.6.1",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.2",
"gulp-karma": "0.0.4",
"gulp-markdown": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.2",
"gulp-watch": "^2.0.0",
"jasmine-core": "^2.1.2",
"karma": "^0.12.28",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-html-reporter": "^0.2.4",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.0",
"mocha": "^2.0.1",
"pygmentize-bundled": "^2.3.0",
"requirejs": "^2.1.15",
"sinon": "^1.12.1"
}
}