-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1 KB
/
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
{
"name": "es6-state-machine",
"version": "1.1.0",
"description": "state machine",
"main": "index.js",
"repository": "[email protected]:sebs/es6-template.git",
"scripts": {
"env": "env",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD >> changelog.md",
"test": "./node_modules/mocha/bin/mocha --compilers js:mocha-traceur",
"test:watch": "./node_modules/mocha/bin/mocha --compilers js:mocha-traceur -w",
"jscs": "./node_modules/jscs/bin/jscs --esnext index.js test/*.js",
"docs": "./node_modules/documentation/bin/documentation.js index.js -f html -o out",
"docs:site": "./node_modules/documentation/bin/documentation.js index.js -f md -o api.md"
},
"devDependencies": {
"browserify": "^11.2.0",
"documentation": "^2.1.0-alpha2",
"es6ify": "^1.6.0",
"eslint": "^1.6.0",
"jscs": "^2.3.0",
"jsdoc": "^3.3.3",
"mocha": "^2.3.3",
"mocha-traceur": "^2.1.0",
"traceur": "0.0.92"
},
"author": "Sebastian Schürmann",
"license": "MIT"
}