-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "parallel-data",
"version": "1.3.0",
"description": "Speed up the loading of your application by loading its required data in parallel to your app code!",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"examples": "http-serve ./",
"start": "npm run examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sean-roberts/parallel-data.git"
},
"keywords": [],
"author": "Sean Roberts",
"license": "MIT",
"bugs": {
"url": "https://github.com/sean-roberts/parallel-data/issues"
},
"homepage": "https://github.com/sean-roberts/parallel-data#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"http-serve": "^1.0.1",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^3.0.0"
},
"now": {
"alias": "parallel-data.now.sh"
}
}