-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 912 Bytes
/
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
{
"name": "warp10-tour",
"version": "1.0.0",
"description": "A Warp10 tutorial",
"author": "d33d33 <[email protected]>",
"repository": "d33d33/warp10-tour",
"license": "MIT",
"dependencies": {
"c3": "^0.4.11",
"codemirror": "^5.20.2",
"jquery": "^3.1.1",
"jquery-resizable-dom": "^0.18.0",
"json-formatter-js": "^1.2.0",
"milligram": "^1.2.0",
"moment": "^2.16.0",
"normalize": "^0.3.1",
"showdown": "^1.5.0"
},
"scripts": {
"build:gh-pages": "grunt && git rm -r ./* && rm -r ./node_modules && rm lessons.js && mv ./dist/* ./"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-execute": "^0.2.2",
"grunt-http-server": "^2.0.0",
"grunt-postcss": "^0.8.0"
}
}