-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 743 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 743 Bytes
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
{
"name": "app",
"version": "0.0.1",
"description": "",
"main": "app/static/js/main.js",
"directories": {},
"repository": "",
"author": "",
"license": "BSD",
"readmeFilename": "readme.md",
"private": true,
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.5.0",
"grunt-contrib-less": "~0.8.1",
"grunt-karma": "~0.6.2"
}
}