-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 918 Bytes
/
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
{
"name": "petri-net",
"version": "0.2.1",
"description": "Petri Net modelling and execution",
"homepage": "https://github.com/warrenseymour/petri-net",
"bugs": {
"url": "https://github.com/warrenseymour/petri-net/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/warrenseymour/petri-net.git"
},
"main": "dist/petri.js",
"scripts": {
"test": "gulp test"
},
"author": {
"name": "Warren Seymour",
"email": "warren@radify.io",
"url": "http://radify.io"
},
"license": "ISC",
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"source-map-support": "~0.2.8",
"jasmine": "~2.1.1",
"gulp": "~3.8.10",
"gulp-typescript": "~2.3.0",
"gulp-jasmine": "~1.0.1",
"gulp-concat": "~2.4.2",
"gulp-coverage": "~0.3.32",
"gulp-plumber": "~0.6.6",
"event-stream": "~3.2.1",
"tsd": "~0.6.0-beta.5"
}
}