forked from stromhalm/apo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
58
{
"name": "APT-Online",
"version": "0.1.1",
"description": "Application for online petri net design and analysis",
"author": {
"name": "Adrian Jagusch",
"email": "[email protected]",
"url": "https://adrian-jagusch.de"
},
"repository": {
"type": "git",
"url": "https://github.com/stromhalm/apo"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"dependencies": {
"coffee-script": "1.10.x",
"express": "^4.6.1",
"grunt": "0.4.5",
"grunt-contrib-concat": "1.0.1",
"grunt-bower-task": "0.4.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "1.0.x",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-imagemin": "0.9.2",
"grunt-contrib-less": "1.3.x",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "~2.0.0",
"grunt-ng-classify": "^2.1.0",
"grunt-prompt": "^1.1.0",
"grunt-include-source": "1.0.x",
"grunt-hash": "0.5.x",
"grunt-cache-bust": "1.3.x",
"grunt-angular-templates": "1.0.x",
"grunt-contrib-uglify": "1.0.x",
"karma-coffee-preprocessor": "0.2.1",
"connect-modrewrite": "0.9.x",
"karma-jasmine": "~0.2.0",
"karma-firefox-launcher": "1.0.x",
"karma-spec-reporter": "0.0.13",
"load-grunt-tasks": "^1.0.0",
"grunt-appcache": "0.2.x",
"grunt-hustler": "^4.0.6",
"time-grunt": "^1.0.0",
"karma": "~0.13.22"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0"
}
}