-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "apt-online",
"version": "1.1.0",
"description": "Application for online petri net design and analysis",
"author": {
"name": "Adrian Jagusch",
"email": "[email protected]",
"url": "https://apo.adrian-jagusch.de"
},
"repository": {
"type": "git",
"url": "https://github.com/stromhalm/apo"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"coffeescript": "1.x",
"coffeelint": "2.1.x",
"connect-modrewrite": "^0.10.2",
"grunt": "1.3.x",
"grunt-cache-bust": "1.7.x",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-coffee": "1.x",
"grunt-contrib-concat": "1.0.x",
"grunt-contrib-connect": "3.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-less": "2.0.x",
"grunt-contrib-uglify": "5.0.x",
"grunt-contrib-watch": "1.1.x",
"grunt-angular-templates": "1.2.x",
"grunt-hash": "0.5.x",
"grunt-hustler": "4.0.x",
"grunt-include-source": "1.1.x",
"grunt-karma": "4.0.x",
"grunt-ng-classify": "^3.0.x",
"karma": "~0.13.22",
"karma-coffee-preprocessor": "0.2.1",
"karma-firefox-launcher": "1.0.x",
"karma-jasmine": "~0.2.0",
"karma-spec-reporter": "0.0.13",
"load-grunt-tasks": "5.1.x",
"time-grunt": "2.0.x"
}
}