-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "Dreamwriter",
"version": "0.1.0",
"description": "Streamlined writing software.",
"scripts": {
"zuul": "zuul -- test/*.spec.js",
"zuul-local": "zuul --local -- test/*.spec.js",
"travis-test": "npm run zuul"
},
"repository": {
"type": "git",
"url": "https://github.com/rtfeldman/dreamwriter.git"
},
"author": "Richard Feldman",
"license": "BSD-3-Clause",
"devDependencies": {
"browserify-mustache": "0.0.4",
"chai": "1.10.0",
"coffeeify": "0.7.0",
"grunt": "0.4.5",
"grunt-appcache": "0.1.8",
"grunt-autoprefixer": "1.0.1",
"grunt-aws": "0.4.0",
"grunt-browser-sync": "1.5.3",
"grunt-browserify": "3.2.0",
"grunt-browserify-bower": "0.1.4",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-htmlmin": "0.3.0",
"grunt-contrib-stylus": "0.20.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-elm": "1.3.0+elm-0.15.1",
"hogan.js": "3.0.2",
"lodash": "2.4.1",
"lunr": "0.5.6",
"sha1": "1.1.0",
"zuul": "1.14.0"
},
"readmeFilename": "README.md"
}