-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "mscschedulizer_frontend",
"version": "1.0.0",
"description": "Front end for generating class schedules for MSCschedulizer",
"license": "MIT",
"private": true,
"scripts": {
"preinstall": "npm install -g grunt-cli",
"build": "npm install && bower install && grunt --target=prod",
"test": "node-qunit-phantomjs test/index.html && jshint --verbose asset/js/schedulizer.js"
},
"dependencies": {
"js-combinatorics": "^0.5.0",
"node_generic_functions": "git+https://github.com/kyleladd/node_generic_functions.git",
"readmore-js": "^2.1.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-shader": "^0.1.2",
"grunt": "^1.0.1",
"grunt-bower-task": "^0.4.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"jshint": "^2.9.1",
"minifyify": "^7.3.2",
"node-qunit-phantomjs": "^1.3.1",
"watchify": "^3.7.0"
}
}