forked from HerronTech/soajs.artifact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 839 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
{
"name": "soajs.artifact",
"description": "SOAJS Learning Artifact",
"version": "1.0.1",
"author": {
"name": "soajs team",
"email": "team@soajs.org"
},
"repository": {
"type": "git",
"url": "git@github.com:soajs/soajs.artifact.git"
},
"license": "Apache-2.0",
"scripts": {
"test": "*"
},
"engines": {
"node": "*"
},
"dependencies": {
"lodash": "4.17.4",
"soajs": "1.0.*"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsdoc": "2.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-mocha-test": "0.13.2",
"grunt-env": "0.4.4",
"grunt-istanbul": "0.7.2",
"grunt-coveralls": "1.0.1",
"jshint": "2.9.4",
"mocha": "3.2.0",
"shelljs": "0.7.5",
"request": "2.79.0",
"soajs.mongodb.data" : "1.0.*"
}
}