-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.25 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
45
46
47
48
49
{
"name": "missionboard",
"version": "0.2.7",
"description": "",
"main": "js/app.js",
"dependencies": {
"react": "~0.14.0",
"react-dom": "~0.14.0",
"react-addons-linked-state-mixin": "~0.14.0",
"flux": "~2.0.2",
"jquery": "~2.1.4",
"bootstrap": "~3.3.4",
"hopscotch": "~0.2.4",
"nouislider": "~8.0.2",
"sweetalert": "1.1.0",
"font-awesome": "~4.3.0"
},
"devDependencies": {
"less": "~2.5.3",
"object-assign": "*",
"webpack": "1.12.9",
"json-loader": "*",
"babel-loader": "*",
"babel-core": "^6.0.0",
"babel-polyfill": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-less": "~1.1.0",
"jsdom": "~6.5.0",
"mocha-jsdom": "~1.0.0",
"mocha": "~2.2.5",
"chai": "~2.1.0",
"sinon": "~1.15.4",
"uglify-js": "~2.4.13",
"watchify": "~3.2.1"
},
"scripts": {
"start": "webpack --watch",
"test": "mocha -R nyan --compilers js:babel/register"
},
"author": "Calvin Zhang",
"repository": "https://github.com/ye11ow/missionboard",
"license": "WTFPL"
}