-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "ya.js",
"version": "0.6.3",
"description": "Auto-generates your Gruntfile as you build front-end applications",
"main": "index.js",
"scripts": {
"test": "rm -rf ./sandbox && ./node_modules/.bin/mocha --reporter spec 'test/**/*.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/ya"
},
"keywords": [
"productivity",
"preprocessors",
"compile",
"build",
"process",
"automation"
],
"author": "Joel Kemp <[email protected]>",
"license": "MIT",
"dependencies": {
"q": "~1.0.0",
"node-unique-extensions": "^2.2.0",
"app-root": "^1.2.6",
"module-definition": "^1.1.0",
"minimist": "^0.1.0"
},
"bin": {
"ya": "bin/ya.js"
},
"devDependencies": {
"mocha": "^1.18.2",
"expect.js": "^0.3.1",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.7.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-jade": "^0.11.0",
"browserify": "^3.46.0",
"grunt-browserify": "^2.0.8",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-react": "^0.8.2",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-compass": "^0.7.2",
"grunt-slim": "^0.1.0",
"grunt-contrib-stylus": "^0.15.1",
"grunt-typescript": "^0.3.5"
}
}