forked from toptal/gitignore.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "gitignoreio",
"version": "1.0.0",
"description": "Create useful .gitignore files for your project",
"author": "Joe Blau",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com:joeblau/gitignore.io.git"
},
"engineStrict": true,
"engines" : {
"node" : ">=5.0.0",
"npm" : ">=3.3.6"
},
"scripts": {
"start": "server.js",
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-dustjs": "^1.1.0",
"construx-less": "^1.0.0",
"dust-makara-helpers": "^4.1.2",
"express": "^4.13.4",
"kraken-js": "^2.1.0",
"makara": "^2.0.3",
"requirejs": "^2.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-copy-to": "0.0.12",
"grunt-dustjs": "^1.4.0",
"grunt-makara-amdify": "^1.0.1",
"grunt-mocha-cli": "^2.1.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}