forked from Okazari/Rythm.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 941 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 941 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
34
{
"name": "rythm.js",
"version": "2.0.0",
"description": "",
"main": "rythm.js",
"files": [
"rythm.js"
],
"scripts": {
"start": "concurrently --kill-others \"npm run serve\" \"rollup -c -w\"",
"serve": "gulp serve",
"prepublish": "npm run build",
"test": "echo \"No test specified\" && exit 0",
"build": "rollup -c"
},
"author": "Benjamin Plouzennec <plouzennec.benjamin@gmail.com>",
"license": "GNU GPL",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"babelrc-rollup": "^3.0.0",
"concurrently": "^3.3.0",
"eslint": "^3.15.0",
"gulp": "^3.9.1",
"gulp-webserver": "^0.9.1",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-watch": "^3.2.2"
}
}