forked from jbeard4/SCION-CORE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.45 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.45 KB
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
59
60
{
"name": "scion-core",
"version": "1.5.5",
"description": "StateCharts Interpretation and Optimization eNgine (SCION) CORE is an implementation of Statecharts in JavaScript.",
"keywords": [
"scxml",
"statecharts",
"w3c",
"javascript"
],
"maintainers": [
{
"name": "Jacob Beard",
"email": "jbeard4@cs.mcgill.ca"
}
],
"bugs": {
"email": "jbeard4@cs.mcgill.ca",
"url": "https://github.com/jbeard4/SCION-CORE/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/jbeard4/SCION-CORE/blob/master/LICENSE.txt"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jbeard4/SCION-CORE.git"
},
"devDependencies": {
"async": "^1.5.2",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"ejs": "^2.4.2",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-express-server": "^0.5.3",
"grunt-git": "^1.0.0",
"grunt-release": "^0.14.0",
"grunt-saucelabs": "9.0.0",
"load-grunt-tasks": "^3.5.0",
"minimist": "^1.2.0",
"nodeunit": "^0.9.1",
"tape": "^4.6.0",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=4.2.2"
},
"main": "./lib/scion",
"scripts": {
"test": "grunt test"
}
}