-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "future.js",
"version": "0.1.0",
"description": "Future is a stack for developing client side app using node.js, es6, web components",
"author": {
"name": "Bertrand Chevrier",
"email": "chevrier.bertrand@gmail.com",
"url": "https://github.com/krampstudio/"
},
"repository": {
"type": "git",
"url": "https://github.com/krampstudio/future.js.git"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "grunt saucetest"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.2",
"babelify": "^7.2.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exorcise": "^2.1.0",
"grunt-open": "^0.2.3",
"grunt-saucelabs": "^8.6.1",
"hbsfy": "^2.2.1",
"load-grunt-tasks": "^3.1.0",
"qunitjs": "^1.17.1",
"time-grunt": "^1.1.0"
},
"dependencies": {
"babel": "^6.0.15",
"babel-polyfill": "^6.0.16",
"handlebars": "^4.0.0",
"url-pattern": "^0.10.2",
"webcomponents.js": "^0.7.2"
},
"config": {
"host": "127.0.0.1",
"port": 4321,
"browser": "fxdev -no-remote"
},
"keywords": [
"webcomponents",
"webcomponent",
"customelement",
"es6",
"es2015",
"future"
]
}