-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 948 Bytes
/
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
{
"name": "example-ui-router-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "./node_modules/.bin/grunt test",
"serve": "./node_modules/.bin/grunt serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikaspran/example-ui-router-testing.git"
},
"author": "Nikas Praninskas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikaspran/example-ui-router-testing/issues"
},
"homepage": "https://github.com/nikaspran/example-ui-router-testing#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jasmine": "^0.9.2"
},
"dependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jasmine": "^1.0.3"
}
}