-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 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
{
"name": "machine.js",
"version": "1.0.0-alpha",
"description": "A Finite State Machine Library",
"main": "machine.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-karma": "^0.9.0",
"grunt-replace": "0.7.9",
"grunt-shell": "~1.1.1",
"jsdoc": "~3.3.0-alpha9",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/pdaniell/machine.js.git"
},
"author": "Paul Daniell",
"license": "MIT",
"bugs": {
"url": "https://github.com/pdaniell/machine.js/issues"
},
"homepage": "https://github.com/pdaniell/machine.js"
}