forked from astralapp/astral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 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
34
35
{
"private": true,
"scripts": {
"test": "karma start --singleRun=true"
},
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.4",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-browserify": "^4.4.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.20",
"node-bourbon": "^4.2.3",
"phantomjs": "^1.9.18",
"riot": "^2.2.4",
"riotify": "^0.1.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"highlight.js": "^8.8.0",
"jquery": "^2.1.4",
"local-storage": "^1.4.2",
"lodash": "^3.10.1",
"riot-router": "^0.7.1",
"riotcontrol": "0.0.1",
"sortablejs": "^1.3.0",
"superagent": "^1.4.0"
}
}