-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 948 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
39
40
41
42
43
44
45
{
"name": "salt",
"version": "0.5.5",
"description": "State And Logic Traversal, for today's infinite-application.",
"main": "src/salt.js",
"dependencies" : {
"panzer": "~0.3"
},
"devDependencies": {
"mocha": "~1.7",
"sinon": "~1.5",
"chai": "~1.4",
"sinon-chai": "~2.3",
"mocha-jshint": "*"
},
"keywords": [
"state",
"logic",
"organization",
"declarative",
"execution",
"framework"
],
"engines": {
"node": ">=0.6.x <=0.11.x"
},
"bugs": {
"url": "https://github.com/bemson/salt/issues",
"email": "[email protected]"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"homepage": "http://github.com/bemson/salt",
"author": {
"name": "Bemi Faison",
"email": "[email protected]",
"url": "https://github.com/bemson"
},
"repository": {
"type": "git",
"url": "http://github.com/bemson/salt.git"
},
"license": "MIT"
}