-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 918 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
{
"name": "advjs",
"version": "1.0.0",
"description": "Advanced JavaScript Exercises and Demos",
"main": "bin/server.js",
"directories": {
"example": "examples",
"bin": "bin",
"www": "www"
},
"scripts": {
"test": "jasmine",
"babel": "node node_modules/babel-cli/bin/babel.js --presets es2015 -d babel/es5 babel/es6 "
},
"author": "Peter J. Jones",
"license": "BSD-2-Clause",
"dependencies": {
"babel-cli": "6.6.5",
"babel-preset-es2015": "6.6.0",
"jasmine": "2.4.1",
"mockapie": "https://github.com/pjones/mockapie.git"
},
"repository": {
"type": "git",
"url": "https://github.com/devalot/advjs.git"
},
"devDependencies": {
"babel-plugin-transform-flow-strip-types": "6.14.0",
"flow-bin": "0.32.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-cli": "1.2.2",
"gulp-flowcheck": "0.3.1",
"nightwatch": "^0.9.8"
}
}