forked from domch/frass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 986 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
36
37
38
{
"version": "0.8.6",
"name": "frass",
"main": "dist/frass.js",
"repository": "https://github.com/domch/frass",
"description": "A Frameworkless Web-App Skeleton",
"license": "MIT",
"dependencies": {
"signals": "^1.0.0",
"crossroads": "0.12.2",
"radio": "https://github.com/uxder/Radio",
"ractive": "^0.7.3",
"jquery": "^2.1.4",
"moment": "^2.10.6",
"numeral": "^1.5.3"
},
"devDependencies": {
"babelify": "^6.1.0",
"browserify": "^11.2.0",
"browserify-umdify": "1.0.3",
"gulp": "^3.8.11",
"gulp-babel": "^5.2.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.5.2",
"gulp-minify": "0.0.5",
"gulp-requirejs": "^0.1.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.2.4",
"gulp-wrap-umd": "^0.2.1",
"mocha": "*",
"request": "~2.53.0",
"shelljs": "^0.2.6",
"time-grunt": "~1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}