-
Notifications
You must be signed in to change notification settings - Fork 422
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "code-standards",
"version": "0.0.3",
"description": "",
"main": "Gruntfile.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/isobar-idev/code-standards.git"
},
"author": "Isobar",
"bugs": {
"url": "https://github.com/isobar-idev/code-standards/issues"
},
"devDependencies": {
"assemble": "^0.4.42",
"async": "^0.2.10",
"chai": "^1.8.1",
"frep": "^0.1.8",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.2.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-prettify": "~0.3.1",
"grunt-readme": "~0.4.0",
"grunt-release": "^0.6.0",
"grunt-repos": "~0.1.2",
"grunt-sass": "^1.0.0",
"grunt-sync-pkg": "~0.1.1",
"handlebars-helper-eachitems": "~0.1.2",
"inflection": "^1.2.7",
"lodash": "^1.3.1",
"marked": "^0.3.2",
"pretty": "~0.1.1",
"resolve-dep": "^0.1.3",
"time-grunt": "^1.2.1",
"underscore.string": "~2.3.3"
},
"dependencies": {
"grunt-contrib-connect": "^0.9.0"
}
}