-
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) · 862 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 862 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": "bc-squid",
"version": "0.2.2",
"private": true,
"description": "A layout library that generates perfectly squared grids.",
"scripts": {
"build": "rollup -c rollup-build.js",
"serve": "nodemon server.js"
},
"main": "dist/Squid",
"jspm": {
"main": "Squid",
"directories": {
"lib": "src"
},
"dependencies": {
"jquery": "github:components/jquery@^3.4.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0"
}
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015-rollup": "^1.2.0",
"finalhandler": "^0.4.0",
"nodemon": "^1.10.0",
"rollup": "^0.34.7",
"rollup-plugin-babel": "^2.6.1",
"serve-static": "^1.10.0"
}
}