-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 885 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
34
35
36
37
38
39
40
41
{
"name": "nbd",
"version": "1.1.5",
"description": "No Big Deal modular MVC and tools library",
"keywords": [
"mvc",
"mvvm",
"utility",
"promise",
"mobile",
"responsive"
],
"author": "Alex Lee <aintaer@aintaer.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/behance/nbd.js.git"
},
"main": "index.js",
"dependencies": {
"amdefine": ">=0.0.2"
},
"devDependencies": {
"almond": "",
"promises-aplus-tests": "",
"grunt": "",
"grunt-contrib-jshint": "",
"grunt-contrib-requirejs": "",
"grunt-contrib-uglify": "",
"grunt-contrib-clean": "",
"grunt-karma": "",
"karma-jasmine": "^0.2",
"karma-requirejs": "",
"karma-coverage": "",
"karma-firefox-launcher": "",
"karma-phantomjs-launcher": ""
},
"scripts": {
"test": "grunt travis"
}
}