-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
{
"name": "focss",
"version": "1.0.4",
"description": "Graphics pipeline, but for the DOM",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/behance/focss.git"
},
"keywords": [
"dom",
"css"
],
"author": "Alex Lee (aintaer@aintaer.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/behance/focss/issues"
},
"homepage": "https://github.com/behance/focss",
"dependencies": {
"jsep": "^0.3.0",
"nbd": "^1.1.0"
},
"devDependencies": {
"jasmine-core": "^2.1.3",
"jasmine-fixture": "^1.2.2",
"karma": "^0.12.31",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-jquery": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.15"
}
}