-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
44 lines (44 loc) · 1.51 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "agilejs",
"version": "2.2.1",
"description": "AgileJS is a simple, fast and easy to use engine which uses javascript generated pure CSS.",
"main": "./build/agile.min.js",
"scripts": {
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --listen 3001\"",
"page": "node ./script/makeexamplepage",
"lint": "eslint ./src --config=eslintrc.json",
"build": "rollup -c --pub"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drawcall/Agile.git"
},
"authors": [
"drawcall <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/drawcall/Agile/issues"
},
"homepage": "http://drawcall.github.io/Agile",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-0": "^6.24.1",
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-license": "^0.5.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"serve": "^11.3.2",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.5"
}
}