forked from learnfwd/lfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "lfa",
"version": "0.8.15",
"description": "LearnForward Author - HTML5 textbook publishing tool",
"keywords": [
"textbook",
"book",
"development",
"build",
"tool",
"lfa",
"learnfwd",
"learnforward",
"readfwd",
"readforward"
],
"homepage": "http://learnfwd.com",
"bugs": "https://github.com/learnfwd/lfa/issues",
"main": "./index.js",
"license": "MPL-2.0",
"bin": {
"lfa": "./cli/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/learnfwd/lfa.git"
},
"author": {
"name": "ReadForward LLC",
"email": "[email protected]"
},
"dependencies": {
"JSONStream": "^0.10.0",
"accord": "^0.15.2",
"async-resolve": "^0.3.1",
"autoprefixer-core": "^5.2.1",
"backbone": "^1.1.2",
"chalk": "^0.5.1",
"chokidar": "^1.0.0-rc3",
"clean-css": "^3.2.8",
"css-loader": "^0.12.0",
"event-stream": "^3.1.7",
"express": "^4.12.3",
"extract-text-webpack-plugin": "^0.7.1",
"fastclick": "^1.0.6",
"file-loader": "^0.8.3",
"flux": "^2.0.1",
"fs-extra": "^0.16.3",
"git-cli": "^0.8.3",
"glob": "^5.0.3",
"glob2base": "0.0.12",
"gulp-concat": "^2.5.1",
"gulp-jade": "^0.10.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "^3.0.3",
"hammerjs": "^1.x.x",
"highland": "^2.4.0",
"inquirer": "^0.8.0",
"jade": "^1.9.2 <=1.10.0",
"jquery": "^2.1.3",
"json-loader": "^0.5.1",
"jsx-loader": "^0.13.1",
"keen-js": "^3.2.3",
"loader-utils": "^0.2.7",
"lodash": "^2.4.1",
"marked": "^0.3.3",
"meow": "^2.0.0",
"minimatch": "^2.0.1",
"modernizr": "^3.0.0-alpha.3",
"node-sass": "^3.2.0",
"npm": "^2.1.18",
"open": "0.0.5",
"path": "^0.11.14",
"postcss-loader": "^0.5.1",
"prompt": "^0.2.14",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"react-hot-loader": "^1.2.4",
"replace-ext": "0.0.1",
"sass-loader": "^1.0.2",
"semver": "^4.1.1",
"style-loader": "^0.8.3",
"stylus": "^0.50.0",
"stylus-loader": "git://github.com/dapetcu21/stylus-loader.git#f8463f9dfec41603d7dbcb164e3c1970fa33653f",
"templatizer": "^1.2.1",
"through2": "^0.6.3",
"ua-parser-js": "^0.7.3",
"uuid": "^2.0.1",
"vinyl": "^0.4.6",
"vinyl-fs": "^0.3.13",
"vinyl-sourcemaps-apply": "^0.1.4",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.7.0",
"when": "^3.6.4"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.0.1",
"should": "^4.4.2"
},
"scripts": {
"test-watch": "./node_modules/mocha/bin/mocha --watch",
"test": "if [ -z \"$CI\" ]; then ./node_modules/mocha/bin/mocha; else npm run coveralls; fi",
"coverage": "./node_modules/istanbul/lib/cli.js cover --report lcov ./node_modules/mocha/bin/_mocha --",
"coveralls": "./node_modules/istanbul/lib/cli.js cover --report lcovonly ./node_modules/mocha/bin/_mocha -- && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
}