-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "WebWorkerPreProcessor",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"jade": "1.11.0",
"less": "2.7.1",
"pug": "2.0.0-beta6",
"stylus": "0.54.5"
},
"devDependencies": {
"browserslist": "1.4.0",
"coffee-loader": "0.7.2",
"expect.js": "0.3.1",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-env": "0.4.4",
"grunt-git": "patrickkettner/grunt-git#fd8f03d",
"grunt-karma": "2.0.0",
"grunt-npm-command": "0.1.2",
"jquery": "3.1.1",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-mocha": "1.2.0",
"karma-sauce-launcher": "1.0.0",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "3.5.2",
"lodash.noop": "3.0.1",
"mocha": "3.1.2",
"opal-webpack": "patrickkettner/opal-webpack#38e1e3e",
"raw-loader": "0.5.1",
"semver-compare": "1.0.0",
"should": "11.1.1",
"string-replace-loader": "1.0.5",
"sync-request": "3.0.1",
"webpack": "2.2.0",
"utf8": "^2.1.2"
}
}