forked from AppXpress/axus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
{
"name": "axus",
"version": "0.0.8",
"description": "AppXpress wrapper for a CLI/REPL and Unit Testing (AppXpress Unit test Support)",
"main": "target/appx-test-support.js",
"directories": {
"test": "tests"
},
"dependencies": {
"app-root-dir": "^1.0.2",
"app-root-path": "^1.0.0",
"immutable": "^3.7.5",
"synchronize": "^0.9.14",
"unirest": "^0.4.2",
"walk": "^2.3.9"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"mocha": "^2.3.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel/register --reporter spec"
},
"author": "john.donovan@gtnexus.com",
"repository": {
"type": "git",
"url": "https://github.com/AppXpress/axus.git"
},
"license": "MIT"
}